home *** CD-ROM | disk | FTP | other *** search
/ Windows Surprise 3 / Windows Surprise 3.iso / slam.230 / read.me < prev    next >
Text File  |  1993-09-29  |  2KB  |  38 lines

  1. Thank you for trying Slam!  I started writing this game back when Windows
  2. 3.0 was still in beta test, and worked on it for a few days, shelved it
  3. for many months, worked on it another few days, etc.  Despite my busy work
  4. schedule (and my unexpected attainment of a social life and subsequent
  5. marriage), I have finally FINISHED the program!
  6.  
  7. My goal was to make the interaction between the puck and the paddles quite
  8. realistic.  Therefore the program is constantly doing alot of 32-bit and
  9. some 64-bit computations.  For this reason, I don't recommend running this
  10. game on anything less than a 33MHz 386DX system.  Despite my best efforts,
  11. there is still some inaccurate behavior, such as the puck sometimes bouncing
  12. off the paddle faster than would seem reasonable.  Attempts to fix this have
  13. made the movements worse instead of better, so I have decided that enough is
  14. enough for now -- the game is still quite playable and fun!  I have pretty
  15. much forgotten my high school physics, and have had to build my transfer-of-
  16. momentum equations from trial and error.  Hopefully in future versions I
  17. will be able to "tweak" the math to where the behavior is totally accurate.
  18.  
  19. Another area that needs work is when you or the computer tries to "smash"
  20. the puck against the wall with the paddle.  This is very difficult to deal
  21. with at the mathematical level, so for the time being I have taken the cheap
  22. approach and allowed the puck to travel through the wall, which is immedi-
  23. ately detected and the puck put back on the table on the other side of the
  24. paddle.  Only very occasionally you will see the puck make a brief appearance
  25. outside the table boundaries.
  26.  
  27. The program runs fine under Windows NT, with the exception that the cursor
  28. will not be hidden when you "grab" your paddle.  This seems to be a restric-
  29. tion that Windows NT imposes on Windows 3.1 programs, presumably to prevent
  30. a crashing program from taking the cursor with it.  Depending on your mouse
  31. settings, this may restrict your paddle's movement and make the game unplay-
  32. able.  I will be porting the game to NT pretty soon, and hopefully that
  33. version will be able to hide the cursor!  (It will also be the first version
  34. to support network play.)
  35.  
  36. I have not tested the program under OS/2 2.1; it may also prevent the pro-
  37. gram from hiding the cursor.
  38.